OpenURL
|
Description: |
baOpenURL opens an internet document, using the default browser. |
|
Platforms: |
Windows and Macintosh |
|
Usage: |
Result = baOpenURL( URL , State ) |
|
Arguments: |
String, string. |
|
Returns: |
Integer. Returns 1 if successful, else 0. Success means that there is a browser associated with .htm files, and it can be started. If opening a local file, the function will return 0 if the file does not exist. |
|
Examples: |
Director: Authorware: |
|
Notes: |
The URL can be any valid internet URL or a local HTML file. On Macintosh, Internet Config will be used to
determine the default browser. |